Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps elasticsearch/elasticsearch from 8.18.0 to 9.1.0.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 9.1.0

This version includes the API changes in Elasticsearch 9.1.0.

This release introduces 13 APIs and 3 experimental APIs. Where specified, the APIs are availables on Elastic Cloud Serverless.

Specific changes per endpoints

Cluster.getComponentTemplate

  • Added flat_settings parameter (bool), return settings in flat format (default: false)
  • Added settings_filter parameter (string), filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys

Cluster.putComponentTemplate

  • Removed timeout parameter
  • Added cause parameter (string), user defined reason for create the component template

Eql.search

  • Added ccs_minimize_roundtrips parameter (bool), indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
  • Added ignore_unavailable parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)
  • Added allow_no_indices parameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)
  • Added expand_wildcards parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.

Esql.asyncQuery

  • Added allow_partial_results parameter (bool), if true, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If false, the entire query will fail if there are any failures.

Esql.asyncQueryGet

  • Added format parameter (string), a short version of the Accept header, e.g. json, yaml

Esql.getQuery (new EXPERIMENTAL API, available on serverless)

Esql.listQueries (new EXPERIMENTAL API, available on serverless)

Esql.query

  • Added allow_partial_results parameter (bool), if true, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If false, the entire query will fail if there are any failures.

Indices.deleteDataStreamOptions (new API)

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 9.1.0

  • Updated the APIs to Elasticsearch 9.1.0

Release 9.0.0

  • Use of PHP 8.1+: Starting from 9.0.0 the elasticsearch-php client requires PHP 8.1+.
  • Compatibility with Elasticsearch 9.0: All changes and additions to Elasticsearch APIs for its 9.0 release are reflected in this release.
  • Serverless client merged in: the elastic/elasticsearch-serverless client is being deprecated, and its functionality has been merged back into this client. This should have zero impact on the way the client works by default. If an endpoint is available in serverless, the PHP function will contains a @group serverless phpdoc attribute. If you try to use an endpoint that is not available in serverless you will get a 410 HTTP error with a message as follows: "this endpoint exists but is not available when running in serverless mode". The 9.0.0 client can recognize that it is communicating with a serverless instance if you are using a URL managed by Elastic (e.g. *.elastic.cloud). If you are using a proxy, the client will be able to recognize that the host is serverless from the first response. Alternatively, you can explicitly indicate that the host is serverless using the Client::setServerless(true) function (false by default).
  • New transport library with PSR-18 cURL client as default: we've removed the Guzzle dependency from the client. By default, the built-in cURL-based HTTP client will be used if no other PSR-18 compatible clients are detected. See release 9.0.0 of elastic-transport-php.

Release 8.17.1

  • Fix and improvements for PHPStan (rule level 5) #1442 (thanks @​AJenbo)

Release 8.17.0

  • Updated the APIs to Elasticsearch 8.17.0

Release 8.16.0

Release 8.15.0

Updated the APIs to Elasticsearch 8.15.0 and added the support of OpenTelemetry. Read the elastic-transport-php README for more information about OpenTelemetry support.

Release 8.14.0

This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.

  • Specific changes per endpoints
    • Ccr.deleteAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.follow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followInfo
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followStats
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.forgetFollower
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.getAutoFollowPattern

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 7, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner August 7, 2025 04:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2025

Flow PHP - Benchmarks

Results of the benchmarks from this PR are compared with the results from 1.x branch.

Extractors
+-----------------------+------------------------+------+-----+-----------------+------------------+-----------------+
| benchmark             | subject                | revs | its | mem_peak        | mode             | rstdev          |
+-----------------------+------------------------+------+-----+-----------------+------------------+-----------------+
| CSVExtractorBench     | bench_extract_10k      | 1    | 3   | 4.898mb -0.01%  | 435.820ms +0.96% | ±0.30% -32.94%  |
| ExcelExtractorBench   | bench_extract_10k_ods  | 1    | 3   | 65.593mb -0.00% | 1.048s -0.86%    | ±0.15% -57.95%  |
| ExcelExtractorBench   | bench_extract_10k_xlsx | 1    | 3   | 67.704mb -0.00% | 1.666s -2.33%    | ±0.52% -46.51%  |
| JsonExtractorBench    | bench_extract_10k      | 1    | 3   | 5.491mb +0.02%  | 1.126s -2.09%    | ±0.89% +26.48%  |
| ParquetExtractorBench | bench_extract_10k      | 1    | 3   | 10.715mb -0.18% | 9.117s -20.95%   | ±0.91% +735.56% |
| TextExtractorBench    | bench_extract_10k      | 1    | 3   | 4.623mb -0.01%  | 41.911ms -1.10%  | ±1.71% +108.57% |
| XmlExtractorBench     | bench_extract_10k      | 1    | 3   | 4.606mb -0.01%  | 596.529ms -0.53% | ±0.69% -11.76%  |
+-----------------------+------------------------+------+-----+-----------------+------------------+-----------------+
Transformers
+---------------------------------+--------------------------+------+-----+------------------+-----------------+----------------+
| benchmark                       | subject                  | revs | its | mem_peak         | mode            | rstdev         |
+---------------------------------+--------------------------+------+-----+------------------+-----------------+----------------+
| RenameEachEntryTransformerBench | bench_transform_10k_rows | 1    | 3   | 18.617mb -0.00%  | 72.533ms -0.85% | ±0.67% -22.20% |
| RenameEntryTransformerBench     | bench_transform_10k_rows | 1    | 3   | 123.421mb -0.00% | 65.160ms -1.51% | ±1.57% +1.24%  |
+---------------------------------+--------------------------+------+-----+------------------+-----------------+----------------+
Loaders
+--------------------+----------------+------+-----+------------------+------------------+----------------+
| benchmark          | subject        | revs | its | mem_peak         | mode             | rstdev         |
+--------------------+----------------+------+-----+------------------+------------------+----------------+
| CSVLoaderBench     | bench_load_10k | 1    | 3   | 62.559mb -0.00%  | 82.913ms -4.97%  | ±1.92% +27.45% |
| JsonLoaderBench    | bench_load_10k | 1    | 3   | 80.640mb -0.00%  | 101.348ms -0.33% | ±0.61% -57.49% |
| ParquetLoaderBench | bench_load_10k | 1    | 3   | 819.319mb +0.04% | 20.133s -26.84%  | ±0.41% -24.12% |
| TextLoaderBench    | bench_load_10k | 1    | 3   | 17.923mb -0.00%  | 29.866ms -0.39%  | ±0.08% -80.18% |
+--------------------+----------------+------+-----+------------------+------------------+----------------+
Building Blocks
+-------------------+----------------------------+------+-----+------------------+------------------+-----------------+
| benchmark         | subject                    | revs | its | mem_peak         | mode             | rstdev          |
+-------------------+----------------------------+------+-----+------------------+------------------+-----------------+
| TypeDetectorBench | bench_type_detector        | 1    | 3   | 42.562mb -0.00%  | 406.377ms -1.21% | ±0.20% -74.08%  |
| TypeDetectorBench | bench_type_detector        | 1    | 3   | 11.620mb -0.00%  | 81.790ms +0.52%  | ±0.82% +101.31% |
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 106.037mb -0.00% | 658.710ms +0.73% | ±1.52% +116.59% |
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 55.314mb -0.00%  | 333.568ms +1.91% | ±0.42% -61.08%  |
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 14.900mb -0.00%  | 72.572ms +3.46%  | ±0.98% +12.67%  |
| RowsBench         | bench_chunk_10_on_10k      | 2    | 3   | 93.508mb -0.00%  | 4.356ms +26.57%  | ±1.81% +26.24%  |
| RowsBench         | bench_diff_left_1k_on_10k  | 2    | 3   | 110.897mb -0.00% | 238.024ms -0.48% | ±0.51% -45.23%  |
| RowsBench         | bench_diff_right_1k_on_10k | 2    | 3   | 93.617mb -0.00%  | 24.522ms +2.01%  | ±1.09% +58.25%  |
| RowsBench         | bench_drop_1k_on_10k       | 2    | 3   | 94.382mb -0.00%  | 2.124ms +31.37%  | ±1.55% -18.15%  |
| RowsBench         | bench_drop_right_1k_on_10k | 2    | 3   | 94.382mb -0.00%  | 2.007ms +44.87%  | ±3.28% +33.66%  |
| RowsBench         | bench_entries_on_10k       | 2    | 3   | 92.543mb -0.00%  | 3.684ms +3.12%   | ±1.72% -19.51%  |
| RowsBench         | bench_filter_on_10k        | 2    | 3   | 93.072mb -0.00%  | 15.682ms +2.70%  | ±1.39% +109.95% |
| RowsBench         | bench_find_on_10k          | 2    | 3   | 93.072mb -0.00%  | 15.937ms +4.62%  | ±1.30% -29.77%  |
| RowsBench         | bench_find_one_on_10k      | 10   | 3   | 91.761mb -0.00%  | 1.906μs 0.00%    | ±2.44% 0.00%    |
| RowsBench         | bench_first_on_10k         | 10   | 3   | 91.761mb -0.00%  | 0.400μs 0.00%    | ±0.00% 0.00%    |
| RowsBench         | bench_flat_map_on_1k       | 2    | 3   | 100.821mb -0.00% | 16.649ms +15.63% | ±0.47% -49.29%  |
| RowsBench         | bench_map_on_10k           | 2    | 3   | 130.249mb -0.00% | 70.592ms +1.46%  | ±0.24% -87.50%  |
| RowsBench         | bench_merge_1k_on_10k      | 2    | 3   | 93.592mb -0.00%  | 1.872ms +31.26%  | ±0.97% -57.45%  |
| RowsBench         | bench_partition_by_on_10k  | 2    | 3   | 96.980mb -0.00%  | 63.918ms +2.66%  | ±0.35% -8.52%   |
| RowsBench         | bench_remove_on_10k        | 2    | 3   | 94.645mb -0.00%  | 4.183ms +10.81%  | ±2.31% +92.43%  |
| RowsBench         | bench_sort_asc_on_1k       | 2    | 3   | 92.141mb -0.00%  | 41.548ms +3.50%  | ±0.21% -88.42%  |
| RowsBench         | bench_sort_by_on_1k        | 2    | 3   | 92.142mb -0.00%  | 41.163ms +4.76%  | ±0.75% -16.07%  |
| RowsBench         | bench_sort_desc_on_1k      | 2    | 3   | 92.141mb -0.00%  | 41.427ms +2.59%  | ±1.02% +52.33%  |
| RowsBench         | bench_sort_entries_on_1k   | 2    | 3   | 94.204mb -0.00%  | 8.481ms +7.56%   | ±2.32% +131.12% |
| RowsBench         | bench_sort_on_1k           | 2    | 3   | 91.954mb -0.00%  | 31.149ms +5.84%  | ±0.32% -49.50%  |
| RowsBench         | bench_take_1k_on_10k       | 10   | 3   | 91.761mb -0.00%  | 15.125μs +1.37%  | ±3.22% +181.34% |
| RowsBench         | bench_take_right_1k_on_10k | 10   | 3   | 91.761mb -0.00%  | 18.061μs +14.13% | ±2.57% -16.58%  |
| RowsBench         | bench_unique_on_1k         | 2    | 3   | 110.898mb -0.00% | 242.514ms -0.75% | ±0.18% -71.59%  |
+-------------------+----------------------------+------+-----+------------------+------------------+-----------------+
Parquet Library
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+
| benchmark          | subject                         | revs | its | mem_peak         | mode              | rstdev          |
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+
| ParquetReaderBench | bench_page_headers              | 1    | 3   | 6.690mb -0.01%   | 3.380s +1.95%     | ±1.24% +6.11%   |
| ParquetReaderBench | bench_read_metadata             | 1    | 3   | 5.374mb -0.01%   | 18.463ms +2.27%   | ±0.52% +62.71%  |
| ParquetReaderBench | bench_read_schema               | 1    | 3   | 5.374mb -0.01%   | 18.618ms +2.92%   | ±0.20% -78.56%  |
| ParquetReaderBench | bench_read_values_all_columns   | 1    | 3   | 9.124mb -0.21%   | 5.687s -28.69%    | ±0.56% -9.54%   |
| ParquetReaderBench | bench_read_values_single_column | 1    | 3   | 6.422mb -0.30%   | 230.785ms -49.18% | ±0.54% -33.02%  |
| ParquetReaderBench | bench_read_values_with_limit    | 1    | 3   | 6.952mb -0.45%   | 29.071ms -14.25%  | ±0.39% +99.51%  |
| ParquetWriterBench | bench_write_batch               | 1    | 3   | 11.742mb -14.43% | 194.096ms -13.07% | ±0.59% +62.06%  |
| ParquetWriterBench | bench_write_gzip                | 1    | 3   | 10.367mb +0.01%  | 218.880ms +1.10%  | ±0.28% -47.69%  |
| ParquetWriterBench | bench_write_row_by_row          | 1    | 3   | 11.742mb -14.43% | 191.324ms -13.83% | ±1.03% +29.01%  |
| ParquetWriterBench | bench_write_snappy              | 1    | 3   | 11.742mb -14.43% | 191.963ms -13.88% | ±0.94% +401.37% |
| ParquetWriterBench | bench_write_uncompressed        | 1    | 3   | 10.042mb +0.01%  | 190.245ms -1.20%  | ±0.35% -50.91%  |
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+

@dependabot dependabot bot force-pushed the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch 2 times, most recently from dbd541b to 1574f66 Compare August 12, 2025 13:20
@dependabot dependabot bot force-pushed the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch 3 times, most recently from 451d6ac to c6df91c Compare September 1, 2025 09:34
Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 8.18.0 to 9.1.0.
- [Release notes](https://github.com/elastic/elasticsearch-php/releases)
- [Changelog](https://github.com/elastic/elasticsearch-php/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-php@v8.18.0...v9.1.0)

---
updated-dependencies:
- dependency-name: elasticsearch/elasticsearch
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch from c6df91c to 7045a0d Compare September 5, 2025 12:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch October 22, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants